Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / GetOrCreate Method / GetOrCreate(Byte[],Int32) Method

In This Topic
    GetOrCreate(Byte[],Int32) Method
    In This Topic
    Creates a new PdfName or returns existing predefined Standard Name.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetOrCreate( _
       ByVal bytes() As System.Byte, _
       ByVal length As System.Integer _
    ) As PdfName
    public static PdfName GetOrCreate( 
       System.byte[] bytes,
       System.int length
    )

    Parameters

    bytes
    length
    See Also